From: Matthias Clasen Date: Fri, 18 Jul 2008 15:51:06 +0000 (+0000) Subject: Add a forgotten hunk X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31623 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cf68d46c646f807d3ec926af20915ac57c66c8d7;p=gtk4.git Add a forgotten hunk svn path=/trunk/; revision=20861 --- diff --git a/ChangeLog b/ChangeLog index 666c22414b..27fb7a0d16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-08 Matthias Clasen + + * modules/printbackends/cups/gtkprintbackendcups.c: Add a forgotten + hunk of the previous commit. + 2008-07-18 Sven Herzberg Make aliasfilecheck.sh pass for the quartz backend, too. diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index 2550713a90..5dcec1dd68 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -1457,7 +1457,9 @@ cups_request_printer_list (GtkPrintBackendCups *cups_backend) "printer-state-reasons", "printer-state", "queued-job-count", - "printer-is-accepting-jobs" + "printer-is-accepting-jobs", + "job-sheets-supported", + "job-sheets-default" }; if (cups_backend->list_printers_pending ||